DoubleClick

Double-clicks a control or the mouse at the pointer's current location.

Syntax

DoubleClick()

Supported objects

Browser, Button, Calendar, Cell, CheckBox, ColumnHeader, ComboBox, ContextMenu, Control, DateTimePicker, EditBox, Grid, HTMLElement, HTMLLink, HTMLTable, Image, Item, Label, Link, ListBox, ListView, Menu, NavigationField, PopupMenu, ProgressBar, RadioButton, Row, RowHeader, ScrollBar, Slider, SpinBox, SubItem, Tab, TabBar, ToolBar, Tree, Window

Example

'Double-clicks a grid cell

Window("WysiCorp CRM").Grid("accountsDataGridView").Cell(3, "Description").DoubleClick()

'Double-clicks the mouse at the pointer's location after moving it

MouseMoveFromCurrentPosition(50, 10)

DoubleClick()